.footer-logos img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}



.has-children{
    position:relative;
    border-radius: 50px;
    border:none !important;
}


.has-children .sub-menu{
    position:absolute;
    top:20px;
    width: 100%;
    z-index:-1;
    overflow: hidden;
    height:0px;
    will-change:height;
    transition:height 200ms ease-in;
    transition-delay:100ms;
    display: flex;
    flex-direction: column-reverse;
}


.has-children:hover .register{
    background-color: var(--white);
    color: var(--primary);
    border:0;
}
.has-children:hover .sub-menu-link-count-1{
    height:80px;
}
.has-children:hover .sub-menu-link-count-2{
    height:114px;
}

.has-children:hover .sub-menu-link-count-3{
    height:180px;
}
.has-children:hover .sub-menu-link-count-4{
    height:210px;
}
.has-children:hover .sub-menu-link-count-5{
    height:240px;
}

.sub-menu li a{
    position:relative;
}


.nav-item .sub-menu li {
    background-color: var(--primary);
    color: var(--white);
    padding:5px 0;
}



.nav-item .sub-menu li:last-child {
    padding-top:28px;
}


.nav-item .sub-menu li:first-child {
    position:relative;
    margin-bottom:24px;
}

.nav-item .sub-menu li:first-child:after {
    background-color: var(--primary);
    display:block;
    content:"";
    width:100%;
    height:24px;
    position:absolute;
    left:0;
    top:30px;
    border-bottom-left-radius:50px;
    border-bottom-right-radius:50px;
}

.bg-purple.nav-item .sub-menu li a{
    padding: 12px 26px !important;
}


.login + .sub-menu li a{
    padding: 12px 18px !important;
}

header .navbarTop .rightNav .nav-item .nav-link.login{
    border:2px solid var(--primary) !important;
    background-color:var(--white);
    min-width: 120px;
}



.welcomeBg img {
    width: 110% !important;
    margin-left: -5%;
    transition: transform 0.5s ease-out;
}

.welcomePeople img, .welcomeBg img {
    transition: transform 0.5s ease-out;
}

.parallax {
    position: relative;
    transition: transform 0.5s ease-out;
}

.bireyselWelcome, .kurumsalWelcome {
    transition: transform 0.5s ease-out;
}

.heroWrapper h2, .buttonGroup a {
    transition: all 0.5s ease-out;
}

.glow {
    box-shadow: 0 0 0px white;
}

.grow {
    transform: scale(1.25);
}

.welcomePeople {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.heroContainWelcome .kurumsalWelcome h2, .heroContainWelcome .bireyselWelcome h2 {
    box-shadow: none !important;
}

.twoColumnIconsImageContain h4, .twoColumnIconsImageContain p {
    color: var(--coolGray-90);
}


/*
.sub-menu li a::before {
    content: "";
    position: absolute;
    width: 70%;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, white, white);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 32px;
    transition: background-size .1s ease-in;
}

.sub-menu li a:hover::before {
    background-size: 100% 1px;
}*/

.round-20{
    border-radius:20px;
}

ul.advantagesContain{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
ul.advantagesContain li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    text-align: left;
    justify-content: flex-start;
    padding: 20px 26px;
    gap: 10px; }
ul.advantagesContain li .inlineText {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; }
ul.advantagesContain li::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%222%22%20stroke%3D%22%2360269E%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M5%2012l14%200%22%20%2F%3E%3Cpath%20d%3D%22M15%2016l4%20-4%22%20%2F%3E%3Cpath%20d%3D%22M15%208l4%204%22%20%2F%3E%3C%2Fsvg%3E");
    min-width: 50px;
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    border-radius: 50px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    margin-right: 1rem;
    color: #fff;
    fill: #fff;
    stroke-width: 2px;
    background-size: 60%; }


ul.advantagesListContain {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; }
ul.advantagesListContain li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    border-radius: 15px;
    background: var(--white);
    text-align: left;
    justify-content: flex-start;
    padding: 10px 26px;
    gap: 10px; }
ul.advantagesListContain li .inlineText {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; }
ul.advantagesListContain li::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%222%22%20stroke%3D%22%2360269E%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%20%2F%3E%3Cpath%20d%3D%22M5%2012l14%200%22%20%2F%3E%3Cpath%20d%3D%22M15%2016l4%20-4%22%20%2F%3E%3Cpath%20d%3D%22M15%208l4%204%22%20%2F%3E%3C%2Fsvg%3E");
    min-width: 50px;
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    border-radius: 50px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    margin-right: 1rem;
    color: #fff;
    fill: #fff;
    stroke-width: 2px;
    background-size: 60%; }

header .navbarTop .rightNav .nav-item .nav-link.register:hover{
    background-color: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
}

header.welcomeNav .nav-item .nav-link.register:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border: 2px solid var(--primary)  !important;
}

header.welcomeNav .nav-item .nav-link.login{
    color: var(--coolGray-90);
}


.offcanvas-opened header.welcomeNav .brand-logo{
    filter:none;
}

.menu-bireysel, .menu-kurumsal{
    display:none;
}

body.division-bireysel .menu-bireysel,
body.division-personal .menu-bireysel,
body.division-individual .menu-bireysel{
    display:block;
}


body.division-kurumsal .menu-kurumsal,
body.division-business .menu-kurumsal,
body.division-corporate .menu-kurumsal{
    display:block;
}

.heroContainWelcome .welcomePeople{
  /*  left:51%;*/
}

.welcomePeople{
    transition: translate3d 50ms ease;
}


.bireyselWelcome h2,.bireyselWelcome .buttonGroup{
    transform-origin: top left;
    transition: transform 200ms;
}

.bireyselWelcome:hover h2,   .bireyselWelcome:hover .buttonGroup{
 /*   transform: scale(1.2);*/
}

.kurumsalWelcome h2,.kurumsalWelcome .buttonGroup{
    transform-origin: top right;
    transition: transform 200ms;
}

.kurumsalWelcome:hover h2,  .kurumsalWelcome:hover .buttonGroup{
  /*  transform: scale(1.2);*/
}

.bireyselWelcome h2, .bireyselWelcome .buttonGroup a,
.kurumsalWelcome h2, .kurumsalWelcome .buttonGroup a {
    transition:all 200ms 50ms ease;
}

.bireyselWelcome .heroWrapper{
    transform-origin: top left;
    transition:all 200ms 50ms ease;
}

.kurumsalWelcome .heroWrapper{
    transform-origin: top right;
    transition:all 200ms 50ms ease;
}

.bireyselWelcome.big .heroWrapper,
.kurumsalWelcome.big .heroWrapper{
    transform: scale(1.3);
}


.sipayCard {
    position: absolute;
    width: 60%;
    bottom: 0;
    left: -36%;
    transform: rotate(-35deg) translate(0px, 0px);
}

/*
.bireyselWelcome.big,
.kurumsalWelcome.big{
    max-width:35%;
}

.bireyselWelcome.big h2,
.kurumsalWelcome.big h2{
     font-size:56px;
}

*/
@media only screen and (max-width: 768px) {
    header.welcomeNav .navbarTop{
        box-shadow:none;
    }
}

.fixed-panel{
    position:fixed;
    right:20px;
    bottom: -120px;
    z-index:999;
    background-color:white;
    transition:bottom 200ms ease;
}

.fixed-panel:hover {
    bottom:5px;
}

.fixed-panel input{
   border:none;
    width: 30px;
    height: 20px;
    border-radius:50%;
}

.fixed-panel span{

}

.snapImage{
    position:-webkit-sticky;
    position:sticky;
    top:calc(50% - 220px);
}

/*
.verticalPhoneContent .phoneContent {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.verticalPhoneContent .phoneContent img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
    transform: translateX(-100%);
}

.verticalPhoneContent .phoneContent .image1 img {
    transform: translateX(0);
}

.verticalPhoneContent .phoneContent .image2 img {
    transform: translateX(-100%);
}

.verticalPhoneContent .phoneContent .image3 img {
    transform: translateX(-200%);
}

.verticalPhoneContent .phoneContent .image4 img {
    transform: translateX(-300%);
}

*/

/*
.has-megamenu:hover{
    background:grey;
}

.has-megamenu:hover > .megamenu{
  display:block;
}


header .navbarSecond .nav-item:first-child .nav-link{
    padding-left:0;
}
*/

.horizontalSliderContain .horizontalSlider .swiper-pagination {
height: 100%;
position: absolute;
left: -100% !important;
transform: none !important;
width: 100% !important;
top: 0 !important;
background: #fff;
margin: 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
padding-top: 80px;
-webkit-transform: none !important;
-webkit-align-items: flex-end;
-webkit-flex-direction: column;
-webkit-justify-content: flex-start;
z-index: 9;
}


header .bottomFixedNav ul.mobile-slide-menu li{
 
    border-bottom: 1px solid var(--coolGray-20);
}

header .bottomFixedNav ul.mobile-slide-main{
   
}

header .bottomFixedNav ul li {
    position: relative;
}

header .bottomFixedNav ul.mobile-slide-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
    transition:bottom 100ms ease;
}

header .bottomFixedNav li.active ul.mobile-slide-menu {
    bottom:100% !important;
}

header .bottomFixedNav ul li a {
    position: relative;
    z-index: 2;
    background: white;
}

header .bottomFixedNav ul.mobile-slide-menu li {
    border-bottom: 1px solid var(--coolGray-20);
    width: 100%;
    border-right: 1px solid var(--coolGray-20);
    border-left: 1px solid var(--coolGray-20);
}

#cookie-text {
    position: fixed;
    bottom:10px;
    right:5px;
    width: 400px;
    display: none;
    z-index: 9999;
    padding: 10px;
    text-align: center;
}
#visited
{
  
}

.cook-content{
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 8px 16px 0 rgb(0 0 0 / 24%);

}
#visited {
    float: right;
    background-color: white;
    color: #1225FF;
    cursor: pointer;
    border-radius: 10px;
    border:none;
}



.cookie-text-p{
    font-size:12px;
    color: black;
    margin: 10px!important;
}





    .heroContainWelcome .mobileWelcome {
        position: absolute;
        left: 10%;
        top: 20%;
        max-width: 30%;
        display: flex;
        flex-flow: column;
        gap: 0.5rem;
        z-index: 3;
        text-align: left;
    }

    .mobileWelcome .heroWrapper {
        transform-origin: top left;
        transition: all 200ms 50ms ease;
    }
    
    .heroContainWelcome .mobileWelcome h2 {
        color: var(--white);
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
        font-size: 44px;
        font-style: normal;
        font-weight: 800;
        line-height: 115%;
        letter-spacing: -0.88px;
        text-transform: uppercase;
    }

    @media (max-width: 1199.98px) {
        .heroContainWelcome .mobileWelcome h2 {
            font-size: 32px;
        }
    }
    
    
    @media (max-width: 991.98px) {
        .welcomeBg img {
            width: auto !important;
            margin-left: 0;
            transition: transform 0.5s ease-out;
        }
        .heroContainWelcome .mobileWelcome {
            left: 5%;
            top: 15%;
            max-width: 40%;
        }
        .heroContainWelcome .mobileWelcome h2 {
            font-size: 24px;
        }
    }
    
    @media (max-width: 767.98px) {
        .heroContainWelcome .mobileWelcome {
            left: 5%;
            max-width: 90%;
            gap: 0.5rem;
            text-align: left;
            top: 13%;
        }
        .heroContainWelcome .mobileWelcome h2 {
            font-size: 22px;
            line-height: 120%;
        }


    }

    .heroContainWelcome .mobileWelcome h2 {
        box-shadow: none !important;
    }

    .heroContainWelcome .mobileWelcome .cta.secondary {
        border: 2px solid var(--white);
        background-color: transparent;
        color: var(--white);
    }

    p b, p strong {
        font-weight: 700;
    }

    .heroSlide .bgPrimary {
        background: #211261 !important;
        background: -webkit-linear-gradient(210deg, #211261 11%, #873dff 100%) !important;
        background: -o-linear-gradient(210deg, #211261 11%, #873dff 100%) !important;
        background: linear-gradient(210deg, #211261 11%, #873dff 100%) !important;
        overflow: hidden !important;
     }
    
    .heroSlide .bgPrimary .blobs::before {
        background-image: linear-gradient(120deg, #211261 0%, rgba(0, 103, 255, 0.89) 100%) !important;
    }
    
    .heroSlide .bgPrimary .blobs::after {
        background-image: linear-gradient(120deg, #211261 0%, #60269e 100%) !important;
    }

    ul.advantagesContain li::before {

        background-image: url("data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjI0IiAgaGVpZ2h0PSIyNCIgIHZpZXdCb3g9IjAgMCAyNCAyNCIgIGZpbGw9Im5vbmUiICBzdHJva2U9IiMyMTEyNjEiICBzdHJva2Utd2lkdGg9IjIiICBzdHJva2UtbGluZWNhcD0icm91bmQiICBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNNSAxMmwxNCAwIiAvPjxwYXRoIGQ9Ik0xNSAxNmw0IC00IiAvPjxwYXRoIGQ9Ik0xNSA4bDQgNCIgLz48L3N2Zz4=")
        }


.frm_opt_container label a{
    color:black;
    text-decoration: underline;
}